@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	height: calc(100% - 80px);
	margin-top: 80px;
	position: relative;
	overflow: hidden;
}
.in-banner .swiper-container,
.in-banner .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}
.in-banner .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-banner .swiper-button-prev{
	left:6%;
}
.in-banner .swiper-button-next{
	right:6%;
}
.in-banner .swiper-button-prev:after,
.in-banner .swiper-button-next:after{
	font-size: 40px;
}
.in-banner .swiper-pagination{
	bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	margin:0 6px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1；
}
@media (max-width:1280px) {
	.in-banner .swiper-button-prev{
		left:3%;
	}
	.in-banner .swiper-button-next{
		right:3%;
	}
	.in-banner{
		height: auto;
		margin-top: 60px;
	}
	.in-banner .swiper-container,
	.in-banner .swiper-slide a{
		height: auto;
	}
	.in-banner .swiper-slide img{
		height: auto;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.in-banner{
		margin-top: 48px;
	}
	.in-banner .swiper-button-prev:after,
	.in-banner .swiper-button-next:after{
		font-size: 18px;
	}
	.in-banner .swiper-pagination{
		bottom: 10px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin:0 2px;
	}
}

.in-title{
    width: 100%;
    position: relative;
    padding-top: 32px;
    text-align: center;
}
.in-title h1{
	width: 100%;
	text-transform: uppercase;
	font-size: 120px;
	line-height: 120px;
	position: absolute;
	top:0;
	left: 0;
	font-weight: 700;
	color: transparent;
	text-stroke:1px #f5f5f5;
	-webkit-text-stroke:1px #f5f5f5;
}
.in-title h2{
	font-size: 48px;
	position: relative;
	z-index: 1;
	font-weight: 500;
	line-height: 48px;
}
.in-title h3{
	font-size: 18px;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	color: #888;
}
@media (max-width: 1280px) {
	.in-title{
		padding-top: 4%;
	}
	.in-title h1{
		font-size: 60px;
		line-height: 60px;
	}
	.in-title h2{
		font-size: 32px;
		line-height: 32px;
	}
	.in-title h3{
		font-size: 14px;
		margin-top: 10px;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
	.in-title h1{
		font-size: 36px;
		line-height: 36px;
	}
	.in-title h2{
		font-size: 24px;
		line-height: 24px;
	}
}

.in-about{
	padding:100px 0;
	background: url(../images/in-bg1.jpg) no-repeat right bottom;
	/*background-size: cover;*/
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.in-about .left{
	width: 43%;
}
.in-about .left img{
	width: 100%;
}
.in-about .right{
	width: 53%;
}
.in-about .right .title{
	width: 100%;
	font-size: 38px;
	line-height: 38px;
	font-weight: 700;
	overflow: hidden;
}
.in-about .right .content{
	width: 100%;
	margin-top: 50px;
	line-height: 32px;
	overflow: hidden;
}
.in-about .right .number{
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.in-about .right .number ul{
	display: flex;
}
.in-about .right .number li{
	margin-right: 56px;
	display: flex;
	align-items: center;
}
.in-about .right .number li:last-child{
	margin-right: 0;
}
.in-about .right .number li .lt{
	font-size: 54px;
	font-weight: 700;
	line-height: 54px;
	margin-right: 20px;
}
.in-about .right .number li .rt{
	border-bottom: 1px #2b2b2b solid;
	line-height: 20px;
	padding-bottom: 10px;
}
.in-about .right .number li .rt h1{
}
.in-about .right .number li .rt h2{
	font-size: 12px;
	text-transform: uppercase;
	color: #888;
}
.in-about .right .more{
	width: 100%;
	margin-top: 70px;
	overflow: hidden;
}
.in-about .right .more a{
	float: right;
	width: 212px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2c61b1;
	color: #fff;
	font-size: 18px;
}
.in-about .right .more a img{
	display: block;
	margin-left: 14px;
}
.in-about .right .more a:hover{
	background: #eb5520;
}
@media (max-width: 1280px) {
	.in-about{
		padding:10% 0;
		flex-direction: column-reverse;
	}
	.in-about .left,
	.in-about .right{
		width: 100%;
	}
	.in-about .left{
		margin-top: 6%;
	}
	.in-about .right .title{
		text-align: center;
		font-size: 32px;
		line-height: 32px;
	}
	.in-about .right .content{
		margin-top: 5%;
		line-height: 24px;
	}
	.in-about .right .number{
		margin-top: 5%;
	}
	.in-about .right .number ul{
		align-content: center;
		justify-content: center;
	}
	.in-about .right .number li{
		margin-right: 6%;
	}
	.in-about .right .number li .lt{
		font-size: 42px;
		line-height: 42px;
		margin-right: 10px;
	}
	.in-about .right .number li .rt{
		padding-bottom: 6px;
	}
	.in-about .right .more{
		margin-top: 7%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.in-about .right .more a{
		font-size: 16px;
	}
	.in-about .right .more a img{
		margin-left: 10px;
		width: 24px;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
	.in-about .right .title{
		font-size: 24px;
		line-height: 24px;
	}
	.in-about .right .number ul{
		flex-direction: column;
	}
	.in-about .right .number li{
		margin-right: 0;
		margin-top: 2%;
		border:1px #2b2b2b solid;
		padding:10px;
	}
	.in-about .right .number li:first-child{
		margin-top: 0;
	}
	.in-about .right .number li .lt{
		width: 40px;
		font-size: 24px;
		line-height: 24px;
	}
	.in-about .right .number li .rt{
		width: calc(100% - 50px);
		padding-bottom:0;
		border-bottom: none;
	}
	.in-about .right .more a{
		width: 140px;
		height: 42px;
		font-size: 14px;
	}
	.in-about .right .more a img{
		width: 20px;
	}
}

.in-type{
	width: 100%;
	padding:100px 0;
	background: url(../images/in-bg2.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.in-type .title{
	color: #fff;
}
.in-type .title h1{
	font-size: 46px;
	line-height: 46px;
}
.in-type .title h2{
	font-size: 46px;
	line-height: 46px;
	font-weight: 500;
	margin-top: 14px;
}
.in-type .title h3{
	font-size: 16px;
	margin-top: 24px;
}
.in-type .title h4 a{
	width: 212px;
	height: 54px;
	border:1px #fff solid;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
}
.in-type .title h4 a img{
	margin-left: 14px;
}
.in-type .title h4 a:hover{
	background: #eb5520;
	border-color: #eb5520;
}
.in-type .title h4{
	margin-top: 54px;
}
.in-type .list ul{
	display: flex;
	justify-content: space-between;
}
.in-type .list li{
	margin-top: 70px;
	width: 30%;
}
.in-type .list a{
	display: block;
	color: #fff;
	position: relative;
}
.in-type .list .image{
	width: 100%;
	overflow: hidden;
}
.in-type .list .image img{
	width: 100%;
	display: block;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.in-type .list a:hover .image img{
	transform: scale(1.2);
}
.in-type .list .word{
	position: absolute;
	top:50px;
	background: #2c5daf;
	padding:0 30px;
	line-height: 60px;
	font-size: 24px;
	border-radius: 0 30px 30px 0;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.in-type .list a:hover .word{
	background: #eb5520;
}
@media (max-width: 1280px) {
	.in-type{
		padding:10% 0;
	}
    .in-type .title h1,
    .in-type .title h2{
		font-size: 32px;
		line-height: 32px;
	}
	.in-type .title h3{
		font-size: 14px;
		margin-top: 2%;
	}
	.in-type .title h4{
		margin-top: 5%;
	}
	.in-type .title h4 a{
		font-size: 16px;
	}
	.in-type .title h4 a img{
		margin-left: 10px;
		width: 24px;
	}
	.in-type .list li{
		margin-top: 7%;
	}
	.in-type .list .word{
		top:5%;
		padding:0 20px;
		line-height: 40px;
		font-size: 16px;
		border-radius: 0 20px 20px 0;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
	.in-type .title h1,
    .in-type .title h2{
		font-size: 24px;
		line-height: 24px;
	}
	.in-type .title h4 a{
		width: 140px;
		height: 42px;
		font-size: 14px;
	}
	.in-type .title h4 a img{
		width: 20px;
	}
	.in-type .list ul{
		flex-wrap: wrap;
	}
	.in-type .list li{
		width: 48%;
	}
}

.in-products{
	padding:100px 0;
	overflow: hidden;
}
.in-products .content{
	width: 100%;
	margin-top: 70px;
	overflow: hidden;
}
.in-products .content a{
	display: block;
}
.in-products .content ul{
	display: flex;
	flex-wrap: wrap;
}
.in-products .content li{
	width: 23.5%;
	margin-right: 2%;
	border:1px #eee solid;
	cursor: pointer;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-products .content li:nth-child(4n){
	margin-right: 0;
}
.in-products .content li:nth-child(n+5){
	margin-top: 2%;
}
.in-products .content li:hover{
	border-color: #2c5daf;
}
.in-products .content .image{
	width: 100%;
	overflow: hidden;
}
.in-products .content .image img{
	width: 100%;
	display: block;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-products .content li:hover .image img{
	transform: scale(1.1);
}
.in-products .content .word{
	padding:30px;
	text-align: center;
}
.in-products .content .word .text a{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 18px;
}
.in-products .content .word .button{
	width: 196px;
	margin:0 auto;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px rgba(219, 240, 248, 1);
}
.in-products .content .word .button a{
	width: 110px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-products .content .word .button a:nth-child(1){
    color: #fff;
    background: url(../images/btn_bg1.png) no-repeat center;
    margin-right: -12px;
    padding-right: 12px;
}
.in-products .content .word .button a:nth-child(1):hover{
    background: url(../images/btn_bg1_hover.png) no-repeat center;
}
.in-products .content .word .button a:nth-child(2){
	background: url(../images/btn_bg2.png) no-repeat center;
	margin-left: -12px;
	padding-left: 12px;
}
.in-products .content .word .button a:nth-child(2):hover{
    background: url(../images/btn_bg2_hover.png) no-repeat center;
}
@media (max-width: 1280px) {
	.in-products{
		padding:10% 0;
	}
	.in-products .content{
		margin-top: 7%;
	}
	.in-products .content li{
		width: 32%;
	}
	.in-products .content li:nth-child(4n){
		margin-right: 2%;
	}
	.in-products .content li:nth-child(3n){
		margin-right: 0;
	}
	.in-products .content li:nth-child(n+4){
		margin-top: 2%;
	}
	.in-products .content li:nth-child(n+7){
		display: none;
	}
	.in-products .content .word{
		padding:20px;
	}
	.in-products .content .word .text a{
	    font-size: 14px;
	}
	.in-products .content .word .button{
		margin-top: 10px;
		box-shadow: 0 0 6px rgba(219, 240, 248, 1);
	}
	.in-products .content .word .button{
		width: 220px;
	}
	.in-products .content .word .button a:nth-child(1){
	    background: linear-gradient(to bottom,#29a4de,#2c6cb8);
	    margin-right: 0;
	    padding-right: 0;
	}
	.in-products .content .word .button a:nth-child(1):hover{
	    background: linear-gradient(to bottom,#2c6cb8,#29a4de);
	}
	.in-products .content .word .button a:nth-child(2){
		background: linear-gradient(to bottom,#f9fcff,#f1f8fc);
		margin-left: 0;
		padding-left: 0;
	}
	.in-products .content .word .button a:nth-child(2):hover{
	    background: linear-gradient(to bottom,#f1f8fc,#f9fcff);
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
	.in-products .content li{
		width: 49%;
	}
	.in-products .content li:nth-child(3n){
		margin-right: 2%;
	}
	.in-products .content li:nth-child(2n){
		margin-right: 0;
	}
	.in-products .content li:nth-child(n+3){
		margin-top: 2%;
	}
	.in-products .content li:nth-child(n+7){
		display: block;
	}
	.in-products .content .word{
		padding:10px;
	}
	.in-products .content .word .button{
		width: 140px;
	}
	.in-products .content .word .button a{
		width: 70px;
		height: 28px;
		font-size: 12px;
	}
}

.in-feedback{
    width: 100%;
    padding:100px 0;
    background: url(../images/in-bg3.jpg) no-repeat center;
	background-size: cover;
    overflow: hidden;
}
.in-feedback .box{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.in-feedback .left{
	width: 100%;
}
.in-feedback .left .div1{
	width: 44%;
	padding-left: 8%;
}
.in-feedback .left .div1 img{
	display: block;
}
.in-feedback .left .div2{
	width: 44%;
	padding-left: 8%;
	height: 96px;
	margin-top: 90px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	background: #29abe2;
	padding-left: 8%;
}
.in-feedback .left .div2 span:nth-child(1){
	font-size: 36px;
	font-weight: 500;
	line-height: 36px;
	margin-right: 6px;
}
.in-feedback .left .div2 span:nth-child(2){
	font-size: 18px;
}
.in-feedback .left .div3{
	width: 44%;
	padding-left: 8%;
	margin-top: 30px;
	color: #fff;
}
.in-feedback .left .div3 li{
	margin-top: 30px;
}
.in-feedback .left .div3 input,
.in-feedback .left .div3 textarea,
.in-feedback .left .div3 button{
	border:none;
	outline: none;
	background: none;
}
.in-feedback .left .div3 input::-webkit-input-placeholder,
.in-feedback .left .div3 textarea::-webkit-input-placeholder { /* Edge */
  color: white;
}
.in-feedback .left .div3 input:-ms-input-placeholder,
.in-feedback .left .div3 textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
.in-feedback .left .div3 input::placeholder,
.in-feedback .left .div3 textarea::placeholder {
  color: white;
}
.in-feedback .left .div3 input{
	width: 100%;
	color: #fff;
	height: 58px;
	border-bottom: 1px rgba(255, 255, 255, .8) solid;
}
.in-feedback .left .div3 textarea{
	width: 100%;
	height: 120px;
	color: #fff;
	border: 1px rgba(255, 255, 255, .8) solid;
	padding:15px;
}
.in-feedback .left .div3 .mt60{
	margin-top: 60px;
}
.in-feedback .left .div3 button{
	background: #fff;
	width: 150px;
	height: 42px;
	cursor: pointer;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-feedback .left .div3 button:hover{
	background: #eb5520;
	color: #fff;
}
.in-feedback .right{
	width: 100%;
	height: 100%;
	padding-right: 8%;
	position: absolute;
	right: 0;
	display: flex;
	justify-content: flex-end;
	color: #fff;
}
.in-feedback .right .div{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.in-feedback .right .div1{
	width: 100%;
	height: calc(100% - 80px);
	font-size: 120px;
	line-height: 120px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, .3);
}
.in-feedback .right .div2{
	height: 80px;
	text-align: right;
}
@media (max-width: 1280px) {
	.in-feedback{
	    padding:10% 0;
	}
	.in-feedback .left .div1{
		padding-left: 3%;
	}
	.in-feedback .left .div2{
		height: 72px;
		margin-top: 9%;
		padding-left: 3%;
	}
	.in-feedback .left .div2 span:nth-child(1){
		font-size: 24px;
		line-height: 24px;
	}
	.in-feedback .left .div2 span:nth-child(2){
		font-size: 14px;
	}
	.in-feedback .left .div3{
		margin-top: 3%;
		padding-left: 3%;
	}
	.in-feedback .left .div3 li{
		margin-top: 3%;
	}
	.in-feedback .left .div3 input{
		height: 42px;
	}
	.in-feedback .left .div3 textarea{
		padding:10px;
	}
	.in-feedback .left .div3 .mt60{
		margin-top: 6%;
	}
	.in-feedback .left .div3 button{
		width: 120px;
		height: 36px;
	}
	.in-feedback .right{
		padding-right: 3%;
	}
	.in-feedback .right .div1{
		font-size: 80px;
		line-height: 80px;
	}
	.in-feedback .right .div2{
		height: 80px;
		text-align: right;
	}
}
@media (max-width: 992px){
	.in-feedback .box{
		display: flex;
		flex-direction: column-reverse;
	}
	.in-feedback .left,
	.in-feedback .right{
		width: 100%;
	}
	.in-feedback .left{
		margin-top: 6%;
	}
	.in-feedback .left .div1{
		display: none;
	}
	.in-feedback .left .div2{
		width: 94%;
		margin:0 3%;
		padding:0 3%;
		margin-top: 0;
		height: 48px;
	}
	.in-feedback .left .div2 span:nth-child(1){
		font-size: 18px;
	}
	.in-feedback .left .div3{
		width: 100%;
		padding:0 3%;
	}
	.in-feedback .left .div3 button{
		margin:0 auto;
		display: block;
	}
	.in-feedback .right{
		padding:0 3%;
		position: relative;
	}
	.in-feedback .right .div{
		width: 100%;
	}
	.in-feedback .right .div1{
		font-size: 60px;
		line-height: 60px;
	}
	.in-feedback .right .div2{
		margin-top: 4%;
		text-align: center;
	}
}
@media (max-width: 750px){
	.in-feedback .left .div2 span:nth-child(1){
		font-size: 16px;
	}
	.in-feedback .left .div2 span:nth-child(2){
		font-size: 12px;
	}
	.in-feedback .right .div1{
		font-size: 36px;
		line-height: 36px;
	}
}

.in-news{
	padding:100px 0;
	overflow: hidden;
}
.in-news .content{
	width: 100%;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.in-news .content .left{
	width: 40%;
	background: #f8f8f8;
	padding:50px 70px;
}
.in-news .content .left a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.in-news .content .left .date{
	font-size: 24px;
	color: #888888;
}
.in-news .content .left .title{
	font-size: 18px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-news .content .left .summary{
	height: 52px;
	border-left: 1px #ccc solid;
	padding-left: 14px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.in-news .content .left .image img{
	width: 100%;
	display: block;
}
.in-news .content .left .more{
    width: 142px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c61b1;
    color: #fff;
    font-size: 28px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-news .content .left a:hover .more{
	background: #eb5520;
}
.in-news .content .right{
	width: 55%;
}
.in-news .content .right ul{
	width: 100%;
	overflow: hidden;
}
.in-news .content .right li{
	width: 100%;
	border-bottom: 1px #eee solid;
	padding:24px 0;
	float: left;
}
.in-news .content .right li:first-child{
	border-top: 1px #eee solid;
}
.in-news .content .right li .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.in-news .content .right li .title .lt{
	width: calc(100% - 100px);
	display: flex;
	align-items: center;
}
.in-news .content .right li .title .lt .dot{
	width: 8px;
	height: 8px;
	border:2px #2b2b2b solid;
	border-radius: 50%;
	margin-right: 6px;
}
.in-news .content .right li:hover .title .lt .dot{
	border-color: #2c5daf;
}
.in-news .content .right li .title .lt .bt{
	width: calc(100% - 14px);
	justify-content: space-between;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-news .content .right li .title .rt{
	width: 100px;
	text-align: right;
}
.in-news .content .right li .text{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #888;
	margin-top: 10px;
}
.in-news .content .right li .text .lt{
	width: calc(100% - 59px);
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news .content .right li .text .rt img{
	display: block;
}
.in-news .content .right .more{
	margin-top: 60px;
}
.in-news .content .right .more a{
	float: right;
	width: 148px;
	height: 48px;
	border:1px #eee solid;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-news .content .right .more a:hover{
	background: #2c5daf;
	border-color: #2c5daf;
	color: #fff;
}
@media (max-width: 1280px) {
	.in-news{
		padding:10% 0;
	}
	.in-news .content{
		margin-top: 7%;
	}
	.in-news .content .left{
		padding:5%;
	}
	.in-news .content .left .date{
		font-size: 20px;
	}
	.in-news .content .left .title{
		font-size: 16px;
	}
	.in-news .content .left .more{
	    width: 136px;
	    height: 36px;
	    font-size: 24px;
	}
	.in-news .content .right li{
		padding:3% 0;
	}
	.in-news .content .right li .text{
		margin-top: 4px;
	}
	.in-news .content .right .more{
		margin-top: 6%;
	}
	.in-news .content .right .more a{
		width: 136px;
		height: 40px;
	}
}
@media (max-width: 992px){
	.in-news .content{
		flex-direction: column;
	}
	.in-news .content .left,
	.in-news .content .right{
		width: 100%;
	}
	.in-news .content .left .title,
	.in-news .content .left .summary,
	.in-news .content .left .image,
	.in-news .content .left .more{
		margin-top: 3%;
	}
	.in-news .content .right{
		margin-top: 4%;
	}
	.in-news .content .right .more{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 750px){
	.in-news .content .left .more{
	    width: 120px;
	    height: 32px;
	}
	.in-news .content .right .more a{
		width: 130px;
		height: 36px;
	}
}